home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55724 / 55724.xpi / chrome / style.css < prev   
Cascading Style Sheet File  |  2010-01-03  |  510b  |  20 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #linkTargetDisplay {
  4.   -moz-appearance: none;
  5.   background-color: #fff;
  6.   background: transparent -moz-linear-gradient(top, white, #ddd);
  7.   border: 1px none #ccc;
  8.   border-top-style: solid;
  9.   color: #333;
  10. }
  11.  
  12. #linkTargetDisplay[where=left] {
  13.   border-right-style: solid;
  14.   -moz-border-radius-topright: .4em;
  15. }
  16.  
  17. #linkTargetDisplay[where=right] {
  18.   border-left-style: solid;
  19.   -moz-border-radius-topleft: .4em;
  20. }